Skip to main content

Get User Profile

GET /api/v1/users/me

Description

Get the user's own profile information.

Header:

  • Key: Authorization
    • Value: Bearer

URL: /api/v1/users/me

Response: The response is "OK" with a code of 200.

/api/v1/users/me

🔑 Authentication bearer

ParamvalueType
tokenbearerTokenstring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/users/me \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!